@font-face{
	font-family:trump_gothic_east;
	src: url('../fonts/trump_gothic_east.eot');
	src: url('../fonts/trump_gothic_east.eot?#iefix') format('embedded-opentype'),
		url('../fonts/trump_gothic_east.woff2') format('woff2'),
		url('../fonts/trump_gothic_east.woff') format('woff'), 
		url('../fonts/trump_gothic_east.ttf') format('truetype'),
		url('../fonts/trump_gothic_east.svg#trump_gothic_east') format('svg');
}
@font-face{
	font-family:neutra_text_tf;
	src: url('../fonts/neutra_text_tf.eot');
	src: url('../fonts/neutra_text_tf.eot?#iefix') format('embedded-opentype'),
		url('../fonts/neutra_text_tf.woff2') format('woff2'),
		url('../fonts/neutra_text_tf.woff') format('woff'), 
		url('../fonts/neutra_text_tf.ttf') format('truetype'),
		url('../fonts/neutra_text_tf.svg#neutra_text_tf') format('svg');
}
body{   }
*{ margin:0; padding:0;box-sizing:border-box; }
img{ border:none;}
ul,li{ list-style:none;}
a{ text-decoration:none; color:#555;}
a:hover{ text-decoration:none;}
.lh_75{height:75px;}
.lh_35{height:35px;}
.lh_140{height:190px;}
.lh_130{height:120px; background: #fff;box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 1}
.s_width{width:88%;margin:0 auto;}
.s_width2{width:92%;margin:0 auto;}
.s_width3{width:80%;margin:0 auto;}
.s_width4{width:80%;margin:0 auto;}
.r{float: right}
.h_line{height:5px;background:url(../images/hline.jpg) no-repeat center top;}
.none{display:none;}
.block{display:block;}
.b{display: block; transition: 0.5s;}
.n{display: none; transition: 0.5s}

.header{width:100%; display: flex;justify-content: space-between; align-items: center;padding:0 8px 0 0; height:112px;transition: 0.3s; position: absolute;top:0;left:0;z-index: 99999999999;border-bottom: 1px solid rgba(255,255,255,0.1);}
.header .logo{ display: flex;justify-content:center; align-items: center;height:113px;  padding:0 8px}
.header .logo p{display: flex;justify-content: center; align-items: flex-start; flex-direction: column;margin:0 0 0 12px;padding:3px 0 3px 12px;border-left: 1px solid rgba(255,255,255,0.2);}
.header .logo p strong{font-size:23px;color: #fff ; }
.header .logo p span{font-size:16px;color: #fff;line-height: 30px;}
.header2{border-bottom: 0 solid rgba(255,255,255,0.1);background: linear-gradient(90deg, #1D2432, #0f69f0);}
.header2 .logo p strong{ color: #fff ; }
.header2 .logo p span{ color: #fff; }
.header2 .logo p{ border-left: 1px solid rgba(255,255,255,0.2);}
.header .logo img{width:100%;max-width:190px; display: block;}
.header .logo_tel{display: flex;justify-content: space-between; align-items: center;color: #fff;}
.header .logo_tel img{margin:0 8px 0 0}
.header .logo_tel p{display: flex;justify-content: center;  font-size: 27px; font-family: 'neutra_text_tf';letter-spacing: -1px;color: #333; }
.header2 .logo_tel p{ color: #fff; }

/*wap header*/
.head_wap{width:100%; padding:10px 5px;top: 0; position: fixed; z-index: 101; background: linear-gradient(90deg, #1D2432, #0f69f0);}
.head_wap2{background:#fff ;}
.head_wap2 .b{display: none;}
.head_wap2 .n{display: block;}
.position{position: relative; display: flex;justify-content: space-between; align-items: center;}
.logo img{width:115px;}
.menu {position: relative}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 20px;
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background:#fff;
  border-radius: 4px;
}
.head_wap2 .menu-trigger span{background:#333;}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}
#close{display: none;position: fixed;width:100%;height:100%;top:0;left:0;background-color:#fff;z-index:998;}
.menuBox ul li {width:90%;margin:0 auto;}
.menuBox ul li a{ font-size:17px;font-weight: bold;display:block;color:#333;position: relative;line-height: 55px; border-bottom:1px solid rgba(0,0,0,0.1);  background: url(../images/jiao.png) no-repeat right center;}
.menuBox ul li div{ display: flex;justify-content: flex-start;flex-wrap: wrap;border-bottom:1px solid rgba(255,255,255,0.1);width:100%;margin:0 auto; }
.menuBox ul li div a{width:63%;font-size: 15px;line-height: 38px;color: #555;font-weight: normal;display:block;border-bottom:0 solid rgba(0,0,0,0.1);background: none;}
.menuBox ul li div a:nth-child(2n){width:37%;}
.menuBox ul li a.active{background-color:#8fc31f;color:#fff;}
.menuBox ul li a.link{color:#fff;}
.menuBox ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #8fc31f;}
.menuBox ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
	background-color:#fff
}
.menuBox ul { padding-top: 64px;}
.l_tel{ padding:0 5px 0 0; display:flex;justify-content: flex-start;align-items: center;color: #fff;font-size: 12px;}
.l_tel img{ width:12px; margin: 0 5px 0 0;}
.head_wap2 .l_tel{color: #555;}


.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.index_nav{width:55%;height:112px;display:flex;displaly:-webkit-flex;flex-direction:row;-weblit-flex-direction:row;justify-content:space-between;-weblit-justify-content:space-between;align-items:center;-webkit-align-items:center; }
.index_nav li{line-height:112px;width:calc(100%/9);text-align: center;}
.index_nav li.index_p2{ position: relative;}
.index_nav li a{color:#fff;font-size:17px;display:block;}
.index_nav li a:hover{font-weight: bold;color: #fff;}
.index_p2 div {display:none;width:200px;text-align:center;color:#4f4f4f;position:absolute;z-index:9999999;left:0;top:100%;background: #183f7b}
.index_p2 div a {display:block;color: #fff; line-height:40px;font-size: 16px; border-bottom:1px solid rgba(255,255,255,0.1);margin-top:0; padding:0 0 0 0;}
.header2 .index_nav li a:hover{font-weight: bold;color: #fff; }
.index_nav li.index_p a:hover{background: linear-gradient(0deg, #0e5dc3, #0365e2);}
.index_nav li a:hover:before{opacity:1}

.index_p a{background: url(../images/hot.png) no-repeat right 20px;}
.index_nav2 li a{color:#fff; }
.son{background: linear-gradient(90deg, #1D2432,#0f69f0);position: absolute; z-index: 1; top: 100%; width: 100%; left: 0; box-sizing: border-box; padding: 70px 0; display: none;border-top:1px solid rgba(255,255,255,0.05)}
.son .son_pro{display: flex;justify-content: space-between;  margin: 0 40px;}
.son .son_pro div{ }
.son .son_pro div a{display: block;width:100%;}
.son .son_pro div p{width:100%;margin: 15px 0; position: relative;overflow:hidden; text-align: left;}
.son .son_pro div span{width:100%;margin: 15px 0; position: relative;overflow:hidden; display: block;text-align: left;}
.son .son_pro div p a{font-size:18px;line-height: 30px;color: #fff;display: block; font-weight: bold; transition: 0.3s;}
.son .son_pro div span a{font-size:15px;line-height: 37px;color: #fff;display: block; padding:0 0 0 15px;background: url(../images/fjiao.png) no-repeat left center;transition: 0.3s;}
.son .son_pro div span a:hover{ background: url(../images/fjiao.png) no-repeat left center;opacity: 0.6; font-weight: normal;}
.son .son_pro i{display: block;width:1px;background: rgba(255,255,255,0.05);height: auto;}
.index_nav li .son .son_pro p a:hover { background: none; opacity: 0.6;}
.index_nav li .son .son_pro p a { background: none;}

/*banner*/
.slide-main{position: relative; z-index: 1;}
.prev,.next{display: block; position: absolute; z-index: 222; bottom: 40%; overflow: hidden; cursor: pointer;/*background-color: rgba(165,165,165,0.4);*/}
.prev img,.next img{ margin: 10px 0 0 5px;}
.prev{left: 50px;}
.next{right: 50px;}
.slide-main .item{display: block; width: 100%; height: 15px; position: absolute; z-index: 124; bottom:30px; left: 0; text-align: center;}
.slide-main .item a{display: inline-block; width: 15px; height: 15px; margin-right: 15px; background: #fff; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=60); overflow: hidden; border-radius: 50px;}
.slide-main .item a.cur{background: #21a098; /*width: 40px;*/}
.slide-box,.slide{display:block;width:100%;height: auto;}
.slide-box{position:relative;overflow: hidden;z-index:4;}
.slide{display:none;position:relative;z-index:1;}
.slide img{width: 100%;height: auto; display: block}
.slide a{display:block;cursor:pointer;}
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%;object-fit:cover;z-index:1;position: relative;display: block;}
/*footer*/
.footer{ background: #090e21 }
.footer .s_width:nth-child(2){ padding:85px 0 75px 0 ; display:flex;justify-content:space-between}
.footer .footer_t{display:flex;justify-content:space-between; align-items: center;padding:34px 0;border-bottom: 1px solid rgba(255,255,255,.1); color: #fff;font-family: "PingFang SC"; font-size: 22px; font-weight: bold;}
.footer .footer_t img{ }
.footer strong{ display: block; font-size:17px; line-height:25px; color:#fff; margin-bottom:25px;font-weight:normal; }
.footer i{ width:30px;height:1px; background:rgba(255,255,255,.5);display: block; margin-bottom:25px;}
.footer .f_fenlei{ width:450px}
.footer .f_fenlei2{  }
.footer .f_fenlei div{ display:flex;justify-content:space-between;flex-wrap:wrap;}
.footer .f_fenlei li{ line-height:35px; width:50%; text-align:left;margin:0 0 0 0 ;background: url(../images/fjiao.png) no-repeat left center;padding:0 0 0 25px;}
.footer .f_fenlei li a{ color:#e2e2e2;font-size:15px;  display: block}
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_fenlei2 dd{ line-height:35px; width:100%; text-align:left;margin:0 0 0 0 ;background: url(../images/fjiao.png) no-repeat left center;padding:0 0 0 25px;}
.footer .f_fenlei2 dd a{ color:#e2e2e2;font-size:15px;  display: block}
.footer .f_fenlei2 dd a:hover{ color:#fff;}
.footer .f_fenlei p{ line-height:35px; padding:0 0 0 25px;}
.footer .f_fenlei p a{ color:#e2e2e2;font-size:14px;  display: block}
.footer .f_fenlei p a:hover{ color:#fff;}
.footer .f_contact{ }
.footer .f_contact div{ line-height:33px; color:#e2e2e2; font-size:15px;}
.footer .f_erweima{ }
.footer .f_erweima dl{ display: flex;justify-content: space-between;}
.footer .f_erweima dd{ display: flex;justify-content: center; align-items: center;flex-direction: column;}
.footer .f_erweima dd p{ line-height: 55px; color: #eee; font-size: 16px;}
.footer .f_erweima dd img{ text-align: center; width:95%; max-width:148px; display: block;}
.footer_p{line-height:95px; text-align:center; font-size:15px; color:#fff;border-top:1px solid rgba(255,255,255,0.1)  }
.footer_pp{ display: flex;justify-content: space-between;}
.footer_p a{ color:#fff}
.footer_p a:hover{ color:#999}
.footer_p img{ vertical-align: middle;}
/*productshow*/
.product{ padding:0 0 50px 0 ;background:url(../images/huibg.jpg) no-repeat center top;}
.index_prot{display: flex;justify-content: space-between; flex-direction: column;  }
.pro_title{text-align: center;padding:0 0 58px 0}
.pro_title p{ font-size:17px; color:#333333;  line-height: 35px; }
.pro_title div{ width:920px;margin:0 auto 5px auto; font-size: 50px; color: #111; line-height:110px; font-weight: bold; position: relative;}
.pro_title.shijing div{ width:625px; font-size: 60px; margin:0 auto 15px auto}
.pro_title div strong{  position: relative;z-index: 1; display: block;}
.pro_title div:after{content: ''; width:63px;height:63px;background: url(../images/huia.jpg); position: absolute;left:0; top:0;}
.pro_title div:before{content: ''; width:63px;height:63px;background: url(../images/huib.jpg); position: absolute;right:0; bottom:0;}
.pro_title.shijing div:after{ opacity: 0.5;}
.pro_title.shijing div:before{opacity: 0.5;}


.pro_title_a {border-bottom: 1px solid rgba(0, 0, 0, .1);padding:0 0;margin:0 0 50px 0;}
.pro_title_a2{position: absolute;width:100%;bottom: 0;left:0; z-index: 2;margin:0 0 0 0;border-top: 1px solid rgba(121, 132, 148, .5); }
.pro_title_a .s_width2{display: flex;justify-content:space-between; align-items: flex-start;padding:35px 0 }
.pro_title_a2 .s_width2{display: flex;justify-content:space-between; align-items: flex-start;padding:0 0 }
.pro_title_a2 li{ position:relative; padding:0 0;  }
.pro_title_a2 i{width:1px;height:105px;background: rgba(255,255,255,0.1); display: block;}
.pro_title_a a{ display: block; padding:0 35px; font-size: 19px; color: #111;border: 1px dashed rgba(0, 0, 0, .0);  text-align: center; line-height: 55px;transition: 0.5s;font-weight: bold; }
.pro_title_a a:hover{ color: #0f69f0;border: 1px dashed #4c494b;font-size: 21px; border-radius: 55px;}
.pro_title_a2 a{ background:-webkit-linear-gradient(0deg,#fff,#fff);-webkit-background-clip:text;color: transparent;border-radius: 0; border: 0 dashed rgba(0, 0, 0, .0); border-right: 0 solid rgba(163,186,212,0.6);padding:25px 35px;line-height: 25px; }
.pro_title_a2 a:hover{ background:-webkit-linear-gradient(0deg,#fff,#fff);-webkit-background-clip:text;color: transparent;font-size: 22px;line-height: 25px; border: 0 dashed rgba(0, 0, 0, .0);border-right: 0 solid rgba(163,186,212,0.6);}
.pro_title_a2 span{display: block;font-size: 16px;font-weight: normal; line-height:16px;margin:14px 0 0 0;background:-webkit-linear-gradient(0deg,#cadbed,#cadbed);-webkit-background-clip:text;color: transparent;}
.pro_title_a li .cage_h {display:none;width:100%;text-align:center;color:#fff;position:absolute;z-index:9999999;left:0;top:100%; background:#233e5e }
.pro_title_a li .cage_h a { display:block;color: #fff;font-weight: normal; line-height:44px;font-size: 16px; padding:5px 35px;  border: 0 solid rgba(255,255,255,.1);   border-bottom: 1px solid rgba(255,255,255,.1);}
.pro_title_a li .cage_h a:hover{color: #fff; }
/* productshow_cage3 */
.productshow_cage3 { position:relative;overflow:hidden; padding:0 0 25px 0; }
.pp_dd li{float: left; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.pp_dd li:nth-child(1) .cage3_pic_text{background:#fff url(../images/a.png) no-repeat right bottom;}
.pp_dd li:nth-child(2) .cage3_pic_text{background:#fff url(../images/b.png) no-repeat right bottom;}
.pp_dd li:nth-child(3) .cage3_pic_text{background:#fff url(../images/c.png) no-repeat right bottom;}
.pp_dd li:nth-child(4) .cage3_pic_text{background:#fff url(../images/d.png) no-repeat right bottom;}
.pp_dd li:nth-child(5) .cage3_pic_text{background:#fff url(../images/e.png) no-repeat right bottom;}
.cage3_pic_text{width:98%;margin:0 auto; display: flex;justify-content:space-between; align-items: center;border-top-right-radius: 100px;border-bottom-left-radius: 100px;box-shadow: 0 0 25px rgb(0 0 0 / 3%);}
.cage3_pic_text .cage3_pic{width:65%;border-right:1px solid rgba(0, 0, 0, .05);padding:60px 0}
.cage3_pic_text .cage3_pic img{display: block;width:100%;max-width:489px;margin: 0 auto;}
.cage3_pic_text .cage3_text{width:35%;padding:0 29px 0 45px;}
.cage3_pic_text .cage3_text strong{display:block; color: #111;font-size: 26px; }
.cage3_pic_text .cage3_text i{ display:block; background: #045ee2;width:40px; height:2px;margin:25px 0 18px 0}
.cage3_pic_text .cage3_text p{ display:block; color: #4b4b4b; line-height: 28px;font-size: 16px;}
.cage3_pic_text .cage3_text a{ display:block; background: #045ee2;color:#fff;width:110px; line-height:40px; text-align: center;margin:25px 0 0 0;border-radius: 35px;;}
/* productshow_con */
.productshow_con{overflow:hidden;  padding:55px 0 40px 0;background: url(../images/huibg2.jpg) repeat-y center top;}
.chanpin_con{overflow:hidden;padding:0 0 45px 0; }
.chanpin_con ul{ display: flex;justify-content:space-between; flex-wrap: wrap}
.chanpin_con li{width:32%; margin: 0 0 18px 0;position:relative;cursor:pointer; transition: 0.3s; border-radius: 25px;border-bottom-left-radius: 0;overflow: hidden;box-shadow: 0 0 35px rgb(0 0 0 / 7%);background: #fff url(../images/lanj.png) no-repeat right bottom; }
.chanpin_con li a{display: block;}
.chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.chanpin_con li:hover .pro_pic img{ transform:scale(1.05,1.05);}
.chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden; z-index: 1; }
.chanpin_con .pro_text{padding:25px 100px 25px 35px; }
.chanpin_con .pro_text p{color:#757575; font-size:16px; line-height: 24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.chanpin_con .pro_text strong{color:#353535; font-size:22px; line-height: 38px; display: block;}
.chanpin_con .pro_text span{ display: flex;justify-content: center; align-items: center;}
.chanpin_con .pro_text span i{font-style: normal;font-family: impact;font-size:24px;color:#f65808;padding:0 0 0 5px;}

/*index_t*/
.index_t{display: flex;justify-content: space-between;align-items: center;margin:0 auto 40px auto;position: relative;padding:0 0 0 125px}
.index_t:after{content: '';width: 85px;height:1px;background: #555;position: absolute;left:0;top:40px;}
.in_title strong{  color: #111;font-size: 60px; display: block;}
.in_title p{  font-size:18px; color:#4f4f4f;  line-height: 55px;}
.index_t_a{width:168px; background: #0f69f0; line-height: 53px; text-align: center;transition: 0.5s; border-radius: 38px;}
.index_t_a a{ color: #fff;font-size:17px;}
.index_t_a:hover{ background: #ed4833; }
.index_t_a:hover a{ color: #fff; font-weight: bold;}
/*about*/
.about{ padding: 72px 0 88px 0; background:#fcfcfc url(../images/xian.jpg) no-repeat center bottom;}
.about_con{ display: flex;justify-content: space-between;align-items:flex-start; }
.about_l{width:43%; display: flex;justify-content:  space-between;flex-direction: column;margin:0 6% 0 0}
.about_t{ font-size:26px;color: #fff;line-height: 45px;display: flex;justify-content: space-between;flex-direction: column;position: relative;}
.about_t strong{ font-size:48px;color: #202020;line-height: 55px;display: block}
.about_t span{ font-size:30px;color: #464646;line-height: 55px;font-weight: bold; display: block}
.about_t i{ font-size:34px;color: #222;line-height: 55px;font-weight: bold; display: block;font-style: normal;}
.about_t:before{width:220px;height:1px;background: rgba(0,0,0,0.2); content: '';position: absolute;right:0;top:35px;}
.about_l a{color: #fff;display: block; width:168px;line-height: 55px;background-color: #26aca4; text-align: center;font-size:17px;border-radius: 45px;}
.about_l a:hover{background-color: #111;  }
.about_con_c{ font-size:16px;color: #3c3b3b;line-height: 32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;margin:55px 0 }
.about_line{height:1px;background: rgba(255,255,255,0.1);margin: 25px 0}
.about_r{width:49%;position: relative;z-index: 2;}
.about_r img{width:100%; display: block;max-width:938px  }
/*shuzi*/
.xinlai_num{ position: relative;z-index: 2; display: flex;flex-direction: column;justify-content: space-between;}
.xinlai_num #wrap { overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.xinlai_num section { display: flex;justify-content: space-between;align-items: flex-start; flex-wrap: wrap}
.xinlai_num .jumbo {font-size: 55px; color: #0f69f0;font-weight:bold; font-family: "neutra_text_tf";display:inline-block;line-height: 44px;letter-spacing: -2px;}
.xinlai_num #wrap .xinlai_num_li{  font-size:15px; color:#fff;  }
.xinlai_num #wrap .xinlai_line{width:1px;height:80px;background: rgba(0,0,0,0.2);}
.xinlai_num #wrap .xin_li { display: flex;justify-content:flex-start; }
.xinlai_num #wrap .xin_li .xin_li_num{  }
.xinlai_num #wrap .xin_li .xin_li_num div{ display: flex;justify-content:flex-start; align-items: center;}
.xinlai_num #wrap .xinlai_numd{ background:none;}
.xinlai_num #wrap .xinlai_num_li span{ font-size:17px; color:#444;padding:0 0 0 10px;}
.xinlai_num #wrap .xinlai_num_li p{ font-size:17px; color:#616161;  line-height: 35px; }
/*shuzi*/
.se_num{ position: absolute;z-index: 2; display: flex;flex-direction: column;justify-content: space-between; bottom: 0; width:100%;border-top: 1px solid rgba(255,255,255,0.2);}
.se_num #wrap { overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.se_num section { display: flex;justify-content: space-between;align-items:center; flex-wrap: wrap}
.se_num .jumbo {font-size: 45px;background-image:linear-gradient(90deg,#fff, #fff);-webkit-background-clip:text;color: transparent;font-weight:bold;display:inline-block;line-height: 44px;letter-spacing: -2px;}
.se_num #wrap .xinlai_num_li{width:25%;  font-size:15px; color:#fff;padding:35px 0;border-right: 1px solid rgba(255,255,255,0.2);}
.se_num #wrap .xinlai_line{width:1px;height:80px;background: rgba(0,0,0,0.2);}
.se_num #wrap .xin_li { display: flex;justify-content:center; }
.se_num #wrap .xin_li .xin_li_num{  }
.se_num #wrap .xin_li .xin_li_num div{ display: flex;justify-content:center; align-items: center;}
.se_num #wrap .xinlai_numd{ background:none;}
.se_num #wrap .xinlai_num_li p{ font-size:17px; color:#fff;  line-height: 35px; }
/* hexin */
.font60{font-size: 60px;;}
.hexin{overflow:hidden;  padding:65px 0 75px 0;background: url(../images/shenhui.jpg) no-repeat center top; position: relative;}
.hexin .pro_title p{ color:#fff; }
.hexin .pro_title div{  color: #fff; }
.hexin .pro_title div:after{ background:none;  }
.hexin .pro_title div:before{ background:none;  }
.hexin .s_width{ display: flex;justify-content:space-between; }
.hexin .s_width img{display: block;width:100%;position: relative;z-index: 1;}
.hexinl{width:48.5%;display: flex;justify-content: space-between;flex-direction: column;}
.hexinr{width:48.5%;position: relative;border-radius: 46px;  overflow: hidden;box-shadow: 0 0 35px rgb(0 0 0 / 15%);}

.hexina{ position: relative;width:100%;border-radius: 46px; overflow: hidden;box-shadow: 0 0 35px rgb(0 0 0 / 15%);}
.hexinb{ position: relative;width:100%;border-radius: 46px; overflow: hidden;box-shadow: 0 0 35px rgb(0 0 0 / 15%);}
.hexin .s_width .hexintext{position: absolute;z-index: 3;width:100%;height:100%;display: flex;justify-content: center;align-items: flex-start;flex-direction: column; padding:0 0 0 63px;}
.hexin .s_width .hexintext strong{color: #010101; display: block; font-size:33px;line-height: 75px; }
.hexin .s_width .hexintext p{color: #010101;  font-size:17px;line-height: 35px; }
.hexin .s_width .hexintext2{position: absolute;z-index: 3;width:100%;height:100%;display: flex;justify-content: flex-start;align-items: center;flex-direction: column;padding:60px 0 0 0}
.hexin .s_width .hexintext2 strong{color: #fff; display: block; font-size:33px;line-height: 75px; }
.hexin .s_width .hexintext2 p{color: #fff;  font-size:17px;line-height: 35px; }
.hexin .s_width .cp_hh{width:100%;  position: absolute;left:0;top:0;z-index: 2;height:100%; background: url(../images/hhg2.png) repeat-y left top; }
.hexin .s_width .cp_hh2{width:100%;  position: absolute;left:0;top:0;z-index: 2;height:100%; background: url(../images/cpbg2.png) repeat-x left top; }

/*zizhi*/
.zizhi{ background: url(../images/shijingbg.jpg) no-repeat center top; padding:65px 0}
/* wrapper1 */
.wrapper1{background: linear-gradient(to right, #c7d3e1, #fff);padding:65px 0;margin: 112px 0 0 0;}
/* sw11 */
.sw11out,.sw12out {position: relative;width: 100%;  }
.sw12out {background-color: #fff;padding:55px 0 85px 0}
#sw11 { }
#sw11 .swiper-slide {width: 840px;}
.sw11out.sw13out #sw11 .swiper-slide {width: 690px;}
.sw11out .swiper-pagination {left: 0;bottom: 0;width: 100%;font-size: 0;}
.sw11out .swiper-pagination-bullet {width: 12px;height: 12px;margin: 0 14px;background-color: #bfbfbf;outline: 0 none;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;border-radius: 50%;}
.sw11out .swiper-pagination-bullet-active { }
.sw11out .sw-next,.sw11out .sw-prev {position: absolute;top: 48%;width: 52px;height: 52px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw11out .sw-prev {left: 23%;background:#0f69f0 url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw11out .sw-next {right: 23%;background:#0f69f0 url('../images/jt_r.png') center no-repeat; background-size: 10px;}
.sw11out .sw-prev:hover { background:#ed4731 url('../images/jt_l.png') center no-repeat; background-size: 10px; }
.sw11out .sw-next:hover { background:#ed4731 url('../images/jt_r.png') center no-repeat;background-size: 10px;}
.sw11out.sw13out .sw-prev {left: 3%;}
.sw11out.sw13out .sw-next {right: 3%;}
#sw11 .swiper-slide{display: block;position: relative;  }
#sw11 .swiper-slide a{display: block;position: relative; overflow: hidden;  }
#sw11 .swiper-slide .pic {width: 100%;  position: relative;margin: 0 auto;overflow: hidden; border-radius: 45px;}
.sw11out.sw13out #sw11 .swiper-slide .pic {width: 100%;  position: relative;margin: 0 auto;overflow: hidden; border-radius: 0;}

#sw11 .swiper-slide .wz { text-align: center;color: #2d2d2d; opacity: 1; }
#sw11 .swiper-slide .wz strong{ color: #1f2436; display: block; font-size:26px;line-height: 55px; text-align: center; font-weight: normal; opacity: 0;transition:0.4s ease;}
#sw11 .swiper-slide .wz_news {position: absolute;left:0;bottom:0; width:100%;text-align: center;display:flex;justify-content: space-between;color: #2d2d2d; opacity: 1;padding:0 20px;z-index: 3;line-height: 55px;; }
#sw11 .swiper-slide .wz_news strong{color: #fff;font-size: 19px;font-weight: normal; position: relative;padding:0 0 0 25px}
#sw11 .swiper-slide .wz_news span{color: #fff;font-size: 16px;;}
#sw11 .swiper-slide .wz_news strong:before {content: '';    width: 9px;    height: 9px;    border: 1px solid #919fae;    transform: rotate(45deg);    transform-origin: center;    top: 22px;    position: absolute; left: 0;}
#sw11 .swiper-slide .hover{position: absolute;left:0;top:0; width:100%;height:100%;z-index: 2; background: url(../images/huise.png) repeat-x left bottom; opacity: 0.5;}
#sw11 .swiper-slide img { width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; opacity: 0.9;-o-object-fit: cover;object-fit: cover; }
#sw11 .swiper-slideimg{  }
#sw11 .swiper-slide:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
#sw11 .swiper-slide-active img {opacity: 1;}
@media screen and (max-width: 960px) {
	#sw11 .swiper-slide {width: 100%;}
}
@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}
#sw11 .swiper-slide-active .wz strong{ font-weight: bold; font-size:26px; opacity: 1;}

#sw12 { }
#sw12 .swiper-slide {width: 690px;padding:15px}
#sw12 .swiper-slide{display: block;position: relative;  }
#sw12 .swiper-slide a{display: block;position: relative; overflow: hidden;  }
#sw12 .swiper-slide .pic {width: 100%;  position: relative;margin: 0 auto;overflow: hidden; border-radius: 45px;box-shadow: 0 0 25px rgb(0 0 0 / 3%);}
#sw12 .swiper-slide .wz { text-align: center;color: #2d2d2d; opacity: 1; }
#sw12 .swiper-slide .wz strong{ color: #1f2436; display: block; font-size:26px;line-height: 55px; text-align: center; font-weight: normal; opacity: 0;transition:0.4s ease;}

#sw12 .swiper-slide img { width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; opacity: 0.9;-o-object-fit: cover;object-fit: cover; }
#sw12 .swiper-slideimg{  }
#sw12 .swiper-slide:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
#sw12 .swiper-slide-active img {opacity: 1;}
@media screen and (max-width: 960px) {
	#sw12 .swiper-slide {width: 100%;}
}
@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}
#sw12 .swiper-slide-active .wz strong{ font-weight: bold; font-size:26px; opacity: 1;}
.sw12out .sw-next,.sw12out .sw-prev {position: absolute;top: 49.5%;width: 52px;height: 52px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw12out .sw-prev {left: 28.5%;background:#0f68ed url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw12out .sw-next {right: 28.5%;background:#0f68ed url('../images/jt_r.png') center no-repeat; background-size: 10px;}
.sw12out .sw-prev:hover { background:#ed4731 url('../images/jt_l.png') center no-repeat; background-size: 10px; }
.sw12out .sw-next:hover { background:#ed4731 url('../images/jt_r.png') center no-repeat;background-size: 10px;}

/*hezuo*/
.hezuo{  background: #fff;padding:50px 0 70px 0 }
.hezuo_t{ display: flex;justify-content: space-between; align-items: center; margin-bottom:40px }
.hezuo ul{ display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap; }
.hezuo ul li{ width:calc(100%/8 - 10px); text-align: center; border: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05);margin:0 0 15px 0}
.hezuo ul li img{width:100%; max-width:165px;}
.hezuo_t{display: flex;justify-content:space-between;flex-direction: column;}
.hezuo_t p:after{width:80px;height: 1px;background: #535a63;content: '';position: absolute;left:0;top:34px;}
.hezuo_t p:before{width:80px;height: 1px;background: #535a63;content: '';position: absolute;right:0;top:34px;}
.hezuo_t p{  font-size: 54px;color:#111; font-weight: bold;line-height: 70px; width:484px;margin:0 auto;position: relative; text-align: center;}
.hezuo_t span{ color:#444444;font-size: 18px;line-height: 50px;}
/*news*/
.news{padding:65px 0 36px 0; background:#f5f8fc url(../images/xinwenbg.jpg) no-repeat center bottom;}
.news_con{display:flex;justify-content:space-between; flex-wrap:wrap;cursor:pointer;padding:0 0 25px 0}
.news_con li{ width:49%; position:relative;background:#fff;display:flex;justify-content:space-between;align-items: center;margin:0 0 25px 0;box-shadow: 0 20px 29px rgb(223 225 228 / 44%);}
.news_con li span{ display:block; color:#8c8c8c; line-height:30px;font-size: 15px; text-transform: uppercase; padding:0 0 0 25px;background: url(../images/zhong.png) no-repeat left center;}
.news_con li .detail{ width: 60%;height:100%;display:flex;justify-content:center;flex-direction: column;padding:0 15px 0 0}
.news_con li .detail a{ font-size: 21px;text-align: left; line-height:40px; color:#191919;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-weight: bold;}
.news_con li .detail a:hover{ color:#0f69f0; font-weight: bold}
.news_con li .detail p{ text-align: left; line-height:30px; color:#999;	font-size: 16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:10px 0}
.news_con .news_pic{width:35%; overflow: hidden;}
.news_con .news_pic img{width:100%;display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;  }
.news_con li:hover .news_pic img{ transform:scale(1.05,1.05);}
/*se_banner*/
.se_banner{width:100%; position: relative; padding: 0 0 0 0;}
.se_banner_img{width: 100%;height:100%; overflow: hidden;}
.se_banner_img img{object-fit:cover;object-position:50% 50%;display:block;width:100%;height:100%; -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); animation: scaleUpDown 8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */
.se_banner_img2{width: 100%;height:100%; overflow: hidden;}
.se_banner_img2 img{display:block;width:100%;}
.page_box{padding:0 0 0 40px;color:#555;background: url(../images/di.png) no-repeat left center ; line-height: 90px;}
.page_box2{border-bottom:1px solid rgba(0,0,0,0.07);}
.page_box2 .s_width{padding:0 0 0 40px;color:#555;background: url(../images/di.png) no-repeat left center ; line-height: 90px;}
.se_weizhi{border-bottom:1px solid rgba(0,0,0,0.05); }
.se_weizhi .s_width{display: flex;justify-content:space-between;}

/* aboutus */
.aboutus{ padding:80px 0 0 0}
.aboutus_con {padding: 0 0 95px 0;display: flex;justify-content: space-between; }
.aboutus_con_l{ width:350px}
.aboutus_con_r{ width:75%; }
.aboutus_con_r span{ font-size:34px;color:#1f3145;line-height:34px; display: block; font-weight: bold; margin: 0 0 45px 0;}
.aboutus_con_r p{ font-size:17px;color:#333;line-height:36px;}
.font_44 i{width:65px;height:2px;background:#0f69f0; display: block; margin: 0 0 25px 0; }
.font_44 h2{font-size: 60px;font-weight: bold;color:#0f69f0; }
.font_44 h2 span{color:#222;padding:0 0 0 15px; }
.font_44 p{ font-size:20px;line-height:40px;color:#5d5d5d}
.font_44 div{ font-size: 40px;font-family: neutra_text_tf;line-height: 60px; }
.about_con_c2{font-size:17px;color:#333;line-height:36px;}
.about_l2{width:39%}

/* se_wenhua */
.se_wenhua{padding:55px 0 65px 0;margin-bottom:35px;  }
.se_wenhua ul{ padding:35px 0 0 0; display: flex;justify-content:space-between; flex-wrap:wrap;}
.se_wenhua li{width:24%;position: relative; display: flex;justify-content:center; flex-direction: column; align-items: center;padding:45px 0; box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.se_wenhua li div img{ display: block;width:67px;}
.se_wenhua li  strong{font-size:22px;color: #0f69f0;display: block; line-height: 55px;}
.se_wenhua li  p{font-size:16px;color: #333;display: block; line-height: 28px;}

.zizhi_con{position:relative;overflow:hidden; box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.zizhi_dd{position:relative; }
.zizhi_dd li{float: left;width:25%; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer;  }
.zizhi_dd .cp_m{ position:relative; overflow:hidden;z-index: 1 ;width:100%;margin: 0 auto;background: #fff;padding:0 0 55px 0;box-shadow: 0 0 35px rgb(0 0 0 / 10%);}
.zizhi_dd .cp_m div{position:relative;overflow:hidden; }
.zizhi_dd .cp_m div img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; }
.zizhi_dd li:hover .cp_m img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.zizhi_dd .cp_k{width:100%;  text-align: center;}
.zizhi_dd .cp_k p{ color:#252525; font-size:20px; padding:0 0 15px 0; text-align: center;font-weight: bold; text-transform: uppercase;}
.zizhi_dd .cp_k span{ display: block; color:#fff; background: #0f69f0; font-size:16px;line-height:35px; width:133px;margin: 0 auto;text-align: center}

/* se_news */
.se_news{padding:65px 0 65px 0; line-height: 35px; font-size: 16px; color:#666; }
.se_newslist{ display: flex;justify-content: flex-start; padding:0 0 25px 0;flex-wrap: wrap;}
.se_newslist li{width:48.6%;margin:0 2.5% 45px 0;   overflow:hidden; cursor: pointer;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
.se_newslist li:nth-child(2n){ margin:0 0 45px 0; }
.se_newslist a{  display:block; line-height:42px; padding:35px ;border-bottom:1px solid rgba(0,0,0,0.1);}
.se_newslist span{ display:block; line-height:45px; color:#333; font-size:33px;text-transform:uppercase; font-weight: lighter;}
.se_newslist span em{   font-size:17px; font-style: normal;  padding:0 0 0 25px}
.se_newslist .se_newslist_t{ line-height:28px; color:#222; margin:10px 0 20px 0; font-size:26px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist p{ display:block; line-height:28px; color:#555;margin:0 0 15px 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist i{    display: inline-block;    width: 40px;    height: 8px;    background:url(../images/more3.png) no-repeat left 0px ;    overflow: hidden;}
.se_newslist a:hover i{    background:url(../images/more3.png) no-repeat 0px;}
.se_newslist a:hover{background: #4e8ad0; }
.se_newslist a:hover span{  color:#fff}
.se_newslist a:hover div{  color:#fff}
.se_newslist a:hover p{  color:#fff}

/* se_product */
.se_product{padding:45px 0 30px 0}
.se_product .s_width{ }
.se_product ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_product ul{ display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_product li{width:32%; margin: 0 1.9% 28px 0;position:relative;cursor:pointer; transition: 0.3s; border-top-left-radius: 45px;border-bottom-right-radius: 45px;border-bottom-left-radius: 0;overflow: hidden;box-shadow: 0 0 35px rgb(0 0 0 / 7%);background: #fff url(../images/lanj.png) no-repeat right bottom; }
.se_product li:nth-child(3n){ margin: 0 0 28px 0;}
.se_product li a{display: block;}
.se_product .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_product li:hover .pro_pic img{ transform:scale(1.05,1.05);}
.se_product .pro_pic{ width:100%; position:relative; overflow:hidden; z-index: 1; }
.se_product .pro_text{padding:25px 100px 25px 35px; }
.se_product .pro_text p{color:#757575; font-size:16px; line-height: 24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_product .pro_text strong{color:#353535; font-size:22px; line-height: 38px; display: block;}
.se_product .pro_text span{ display: flex;justify-content: center; align-items: center;}
.se_product .pro_text span i{font-style: normal;font-family: impact;font-size:24px;color:#f65808;padding:0 0 0 5px;}
/*se_about_con*/
.se_title_t{height:550px; display: flex;justify-content:space-between;flex-direction:column; position: absolute;z-index: 2;width:100%;top:50%;margin-top:-275px;}
.se_title_t .s_width{ display: flex;justify-content: space-between;flex-direction: column;height: 100%;}
.se_title_t_a{display: flex;justify-content: space-between;flex-direction:column; position: relative;padding:0 0 0 125px;width:50%}
.se_title_t_a:after{content: '';width: 85px;height:1px;background: #555;position: absolute;left:0;top:40px;}
.se_title_t_a strong{  color: #fff;font-size: 60px; display: block;}
.se_title_t_a p{  font-size:16px; color:#ecf5ff;  line-height: 30px; margin:25px 0 0 0}
.se_title_t ul{display: flex;justify-content:space-between;width:50%;padding:75px 0 35px 125px;}
.se_title_t li{display: flex;flex-direction:column; align-items: center; font-size:17px; color:#ecf5ff;   line-height: 30px; }
.se_title_t li i{font-style: normal; line-height: 35px;}
.se_title_t li p{font-size:20px;font-weight: bold; }
.se_title_t li span{margin:0 0 15px 0}
.se_title_t a{ display: block;margin:0 0 0 125px;    background: #17508e; width:200px;line-height: 50px;text-align: center; font-size:18px;color:#fff;font-weight: bold; letter-spacing: 5px; border-radius: 35px; }
.s_tel{font-size: 34px;font-weight: bold;font-family:'neutra_text_tf';letter-spacing: -2px;background-image:linear-gradient(90deg,#ee4a34,#dc240c);-webkit-background-clip:text;color: transparent;;}
.se_title{text-align: center;}

.address-phone {
	margin:0 0 0 125px;
}
.address-phone p {
	position:relative;
	margin-left:28px;
	width:408px;
	height:80px;
	font-size:18px;
	line-height:80px;
	color:#ecf5ff;
	text-align:center;
	background:url(../images/font_bg.png) left top no-repeat;
	background-size:100% 100%
}
.address-phone p i {
	display:block;
	position:absolute;
	left:-27px;
	top:50%;
	margin-top:-27px;
	width:54px;
	height:54px;
	border-radius:100%;
	background:#e53931;
	background:linear-gradient(120deg,#ed524a,#dd2118);
	box-shadow:7px 7px 16px rgba(247,64,49,0.6)
}
.address-phone p i:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:url(../images/contact_icon_01.png) left top no-repeat;
	background-size:100% 100%
}
.address-phone p+p {
	margin-top:16px
}
.address-phone p+p i:before {
	background:url(../images/contact_icon_02.png) left top no-repeat;
	background-size:100% 100%
}

.huise{background: #f2f7fc;padding:0 0 50px 0}
.huise2{background: #f4f4f4;padding:80px 0 50px 0}

.baise{background: #fff;padding:50px 0 50px 0}

.se_espcms_book{padding:0 0 0 0; background: #fff}
.se_espcms_book2{padding:30px 0;}
.se_espcms_book2 h1{ line-height:70px; margin: 0; text-align: center}
.se_espcms_book2 .se_date{ font-size:15px; line-height:38px; padding: 0 0 30px 0 ;text-align: center}
.se_tel{padding:30px 0 0 0}


.se_con{}
.th_news_con{overflow: hidden; font-size:15px; line-height:31px; color:#333;text-indent:2em; margin-bottom:30px; border:1px solid #eee; padding:30px 50px;}

.th_pro_con {overflow: hidden; font-size:15px; line-height:31px; color:#666;  margin-bottom:80px; padding:85px 0;background: #f7f9fd; }
.th_pro_con2 { margin-bottom:0;padding:85px 0 45px 0; background: #f7f9fd;}
.se_con .s_width{ display: flex;justify-content: space-between;}
.se_con .info_content_t{width:31.5%;     background: url(../images/new-tag.png) no-repeat left 8px;padding:0 0 0 55px}
.se_con .info_content_t strong{display: block;font-size: 48px; line-height: 48px;color:#0f68ed}
.se_con .info_content_t span{display: block;font-size: 25px; line-height: 48px;color:#777;font-weight: lighter;}
.se_con .info_content{width:68%}
.info_content img{ max-width:750px;display: block;width:60%;margin:0 auto}

.se_con .s_width3 .info_content_t{width:100%; }
.se_con .s_width3 .info_content{width:100%;margin:45px 0 0  0}

.th_pro_con table{border: 1px solid #fff;border-collapse: collapse;font-size: 16px;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #fff;line-height: 48px;border-collapse: collapse;text-align:center;	}
.se_info{ width:100%; margin:30px 0 0 0; padding:0 0 30px 0}
.info_content{ font-size:17px; line-height:34px; color:#666;}
.info_content  strong{ display: block;font-size: 26px;color: #25a79e; line-height: 65px;margin-top: 35px; margin-bottom:15px;border-bottom: 1px solid rgba(0, 0, 0, .06);padding:0 0 0 45px;background: url(../images/banner-icon.png) no-repeat left center;}
.info_content table{border: 1px solid #ddd;border-collapse: collapse;font-size: 16px;color: #666;width:100%;}	
.info_content th, .info_content td{border: 1px solid #dae2f1;line-height: 48px;border-collapse: collapse;text-align:center;	}
.info_content2 img{ max-width:100%;display: block;margin: 5px auto;}

.fenye{width: 80%; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 47px;}

.se_liuyan{padding:85px 0 ;overflow: hidden;  background: #f6f8fc;}
.info_liuyan{position: relative;height:645px;}
.se_liuyan_con{ width:100%; padding:35px 5%; box-sizing:border-box;  border:1px solid #dddddd ; box-shadow: 0px 1px 4px rgba(250, 233, 221, 0.3), 0px 0px 20px rgba(223, 54, 42, 0.1) inset; z-index:1}
.liu_con{overflow: hidden; }
.layui-input{padding: 0 3px 0 10px;float: left; width:32.3%;overflow: hidden;border:none;background:#fff;font-size: 16px;color: #666;line-height: 60px; margin: 0 1% 2% 0;}
.footer_r_con .layui-input{ float: none; width:100%;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;  width: 100%;border:0 solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 3%;}
.layui-btn{ display:block; background: #f42c1b; color:#fff;width: 11%;  font-size: 16px; height:38px;   line-height: 38px; border:none!important;  padding:0 31px;float: left;}
.layui-btn-primary{margin: 0 0 0 0;float: right;}
.second_img div{margin:0 0 20px 0;}

.se_espcms_page{font-size:15px; margin-bottom:30px; border:1px solid #eee; padding:30px 30px; display:flex;flex-direction:row;justify-content:space-between;}
.se_espcms_page li{width:50%;}
.se_espcms_page li a{color:#666;font-size:15px;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}


/* case3 */
.case3{ padding:0 0 0 0; box-sizing: border-box; }
.case3 .main3{padding:65px 0 }
.case3 .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case3 .list::after{ content: ""; width: 475px; }
.case3 .list .item{ width:32.5%;height:auto; margin: 0 1% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer; border-top-right-radius: 65px;border-bottom-left-radius: 65px;; }
.case3.case8 .list .item{ background: #fff url(../images/lanj.png) no-repeat right bottom; }
.case3 .list .item .img{ position: relative; width: 100%; overflow: hidden; }
.case3 .list .item .img2{ position: relative; width: 100%; overflow: hidden; }
.case3 .item .text{ box-sizing: border-box; }
.case3 .item h4{ padding: 24px 0 12px; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case3 .item:hover h4{ color: #333; }
.case3 .item p{ font-size: 12px; color: #999; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case3 .page{ padding-top: 0px; }
.case3 .list .item:nth-child(3n){margin: 0 0 15px 0;}
.case3 .list .item .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden; }
.case3 .list .item .pro_pic img{ display: block; width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.case3 .list .item:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.case3 .list .item .pro_text{ color:#333; text-align: center; font-size:18px;line-height:80px; overflow: hidden; text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;
-webkit-line-clamp: 1;position: relative;}
.case3 .list .item .pro_text2{ color:#333;  font-size:18px;line-height:80px; overflow: hidden; text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 1;position: relative;padding:25px 100px 25px 35px;}
.case3 .list .item .pro_text2 p{color:#757575; font-size:16px; line-height: 24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.case3 .list .item .pro_text2 strong{color:#353535; font-size:22px; line-height: 38px; display: block;}
@media (max-width:1500px){
	.case3 .list::after{ }
	.case3 .list .item{ }
	.case3 .item h4{ padding: 20px 0 10px; }
}
@media (max-width:1200px){
	.case3 .list .item{ margin-bottom: 40px; }
	.case3 .item h4{ padding: 16px 0 8px; }
}
@media (max-width:991px){
	.case3 .list::after{ width: 48%; }
	.case3 .list .item{ width: 48%; }
	.case3 .item h4{ padding: 13px 0 6px; }
}
@media (max-width:768px){
	.case3{ padding-top: 15px; }
	.case3 .list .item{ margin-bottom: 30px; }
	.case3 .item h4{ font-size: 17px; }
}
@media (max-width:480px){
	.case3{ padding-top: 10px; }
	.case3 .list{ justify-content: center; }
	.case3 .list::after{ display: none; }
	.case3 .list .item{ width: 90%; margin-bottom: 25px; }
}
@media (max-width:375px){
	.case3 .list .item{ width: 100%; }
}
/* xijietu */
.xijietu {display: flex;justify-content: space-between;}
.xijietu img{width:32%;}

.se_espcms_book3{ padding:90px 3% 90px 3%; background:url(../images/bg.jpg) no-repeat center center; background-size: cover;margin:112px 0 0 0 }
.modal-footer{ display: flex;justify-content: flex-start;flex-direction: column;position: relative;width:7%;}
.modal-body{position: relative;}
.modal-body p{position: absolute;left:30px;top:30px;z-index: 2; line-height: 55px;font-size: 24px;color: #fff;background: rgba(37,167,158,.9); border-radius: 35px; width:auto; text-align: center; padding: 0 25px;}
.se_bg_pic{ background: #fff; width:55%;overflow: hidden; }
.se_bg_pic img{width:100%; display: block}
.se_pro_text_pp{width:45%;padding:0 3.8% 0 3.8%; background-image: linear-gradient(
	70deg, #fff 15%, #c0cedd); display: flex;justify-content:center;flex-direction: column}
.se_pro_text_pp h1{ line-height:59px; margin: 0 0 15px 0;  font-size: 45px; text-transform: uppercase;color: #111;}
.se_pro_text_pp .se_date{ font-size:15px; line-height:38px; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);padding:25px 0;color:#555}
.se_pro_text_pp .se_date span{padding:0 20px 0 0;}
.se_pro_text_p{ width:100%;margin:0 auto 15px auto;padding:25px; line-height: 30px;font-size: 16px; border-radius: 20px;}
.se_pro_text_tel{ width:350px;height: 91px;font-size: 16px;line-height:91px; padding:0 0 0 100px;font-size: 30px;font-weight: bold; color:#fff; background: url(../images/about-btnt.png)}
.se_pro_text_li{padding:35px 0; line-height: 65px; width:100%;display: flex;justify-content:flex-start}
.se_pro_text_li li{width:50%; text-align: center; background: #444; }
.se_pro_text_li li:nth-child(2){  background: #eee;}
.se_pro_text_li li a{ color: #fff;font-size: 18px;}
.se_pro_text_li li:nth-child(2) a{ color: #222}
.se_pro_pic_text{display: flex;justify-content: space-between; }
.p_jieshao2{width:100%;display: flex;justify-content: center;flex-direction: column}
.p_jieshao2 p{color: #666;line-height: 33px;font-size: 16px;border-top: 1px solid rgba(0, 0, 0, .1); padding:15px 0 55px 0 }
.p_jieshao2 .p_text{ margin-bottom: 50px;}
.p_jieshao2 strong{ display: block;font-size: 50px;color: #313131 ; line-height: 90px;}
.p_jieshao2 span{ display: block; font-size: 17px;color: #333333; line-height: 34px;}
.p_jieshao2 ul{ display: flex;justify-content:flex-start;padding-bottom:20px;  border-bottom:1px solid rgba(0,0,0,0.1);}
.p_jieshao2 li{ border-right:1px solid rgba(0,0,0,0.1);padding:0 5% 0 5%; display: flex;justify-content:flex-start; flex-direction: column; line-height: 24px; font-size: 17px;color:#777; text-align: left}
.p_jieshao2 li:nth-child(1){ padding:0 5% 0 0;}
.p_jieshao2 li:nth-child(3){ border-right:0 solid rgba(0,0,0,0.1);}
.p_jieshao2 li .canshu{font-size:36px; color: #2c2c2c; font-family: trump_gothic_east; text-transform: uppercase; line-height: 55px;}

.swtbtn {
    position: relative;
}
.swtbtn .zs {
	width:3.17726%;
	height:19%;
	background:#f42c1b;
	border-radius:50%;
	position:absolute;
	left:26.9%;
	top:25%
}
.swtbtn .zs:before,.swtbtn .zs:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border:1px solid #f42c1b;
	border-radius:50%;
	animation:quan 1.5s infinite linear
}
.swtbtn .zs:before {
	opacity:0.6
}
.swtbtn .zs:after {
	opacity:0.3;
	animation-delay:0.7s
}
@keyframes quan {
	0% {
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:1
}
100% {
	left:-18px;
	right:-18px;
	top:-18px;
	bottom:-18px;
	opacity:0
}
}

.fwtext {
    margin-top: 35px;
    margin-left: 6.02007%;
    overflow: hidden;
}
.fwtext p {
	float: left;
    font-size: 20px;
    color: #454545;
}
.fwtext p+p {
    margin-left: 12.87625%;
}
.fwtext p span {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    background: url(../images/cppage1fwtb.png) center no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 50px;
}

.container{    width: 80%;    margin: 0 auto;}
.fwlc{    padding: 70px 0 70px 0;    overflow: hidden;}
.fw_t1{    animation-delay: 0.3s ease-out;}
.fw_t1 h2{    font-size: 48px;    line-height: 72px;    width: 100%;    color: #dd2f20;    text-align: center;}
.fw_t1 p{    margin-top: 15px;    font-size: 24px;    line-height: 32px;    color: #888888;    width: 100%;    text-align: center;}
.fw_list{    display: flex;    flex-wrap: wrap;    margin: 80px 0 0 0 ;      position: relative;    animation-delay: 0.6s ease-out;}
.fw_list li{    width: 15%;    margin-right: 2%;    text-align: center;}
.fw_list li:last-child{    margin-right: 0;}
.fw_list li .img1{ }
.fw_list li h3{    margin-top: 25px;    font-size: 22px;    line-height: 32px;    color: #1d1d1f;}
.fw_list li p{    margin-top: 6px;    margin-bottom: 15px;    font-size: 16px;    line-height: 30px;    color: #1d1d1f;   }





#showbigpic{
	width: 100%; margin: 0 auto
}
.piclist{}
.piclist ul{ display: flex;justify-content: center;flex-direction: column}
.absolute{
	position:absolute
}
.arrow-left{
	top:18px;
	left:0;
	color:white;
	cursor: pointer;
	width:20px;height:100px; background:url(../images/left.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
}
.arrow-right{
	top:18px;
	right:0;
	color:white;
	cursor: pointer;
	width:20px;height:100px; background:url(../images/images/right.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
}
.arrow-left:hover{ background:url(../images/images/left_h2.png) no-repeat center top;}
.arrow-right:hover{ background:url(../images/images/right_h2.png) no-repeat center top;}
#mycarousel{transition: all .4s;}
.espcms_pro_photo li{ width:100%; margin-bottom:5px; text-indent:0;}
.espcms_pro_photo li img{width:100%; background: #fff  }
.cage_li{ padding:25px 0}
.cage_li li{ display: flex; justify-content: flex-start;line-height: 35px;padding:0 0 15px 0;margin:15px 0 0 0}
.cage_li li span{  width:10%; }
.cage_li li span a{ color: #333;font-size: 20px;font-weight: bold}
.cage_li li div{  width:83%; display: flex;justify-content: flex-start;}
.cage_li li div a{ color: #666;font-size: 16px; padding:0 15px 0 0}
.showpic{position:fixed;width:100%;background-color: black;filter: Alpha(opacity=50);background: rgba(0,0,0,0.8);display:none;top:0;left:0;z-index:100000}
.showpic .picdiv{position:absolute;top:50%;left:50%;opacity:0;background:#fff;}
.showpic .picdiv img{}
.showpic .picbtn_l{position:absolute;top:50%;margin-top:-20px;width:32px;height:100px; background:url(../images/images/left_h.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.showpic .picbtn_r{position:absolute;top:50%;margin-top:-20px;width:32px;height:100px; background:url(../images/images/right_h.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.showpic .picbtn_l:hover{ background:url(../images/images/left_h3.png) no-repeat center top;}
.showpic .picbtn_r:hover{ background:url(../images/images/right_h3.png) no-repeat center top;}
.showpic .closepic{position:absolute;top:5px;right:5px;background:url(../images/images/guan2.png) no-repeat center top;width:60px;height:60px; transition:.4s all;}
.showpic .closepic:hover{transform: rotate(360deg); -webkit-transform: rotate(360deg); }
.showpic p{ text-align:center; font-size:18px; padding:0 0 20px 0;position: absolute;bottom: 0;width: 100%; }
.jieguo{font-size: 24px;color:#555;line-height: 85px; text-align: center}
.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin:10px auto; text-align: center;}

/* info_pic */
.info_pic{}
.info_pic img{ display: block;margin:0 auto;width:60%;max-width:700px;}

/* se_jianjie */
.se_jianjie{background: #f4f4f4;padding: 70px 0 75px 0; margin:35px 0 0 0}
.se_jianjie .s_width{display: flex;justify-content: space-between; align-items: center;flex-direction: row-reverse}
.se_jianjie_r{ width:50%;}
.se_jianjie_r img{ width:100%;}
.se_jianjie_l{ width:48%;padding:0 0 0 2%; font-size: 16px;line-height: 30px;color: #444;}
.se_jianjie_b{background: #f4f4f4;display: flex;justify-content: space-between; align-items: center;margin-bottom:45px;}
.se_jianjie_b_l{ width:48%;padding:0 0 0 2%; font-size: 16px;line-height: 30px;color: #7e7e7e;}
.se_jianjie_b_r{ width:50%;}
.se_jianjie_b_r img{ width:100%;}

/* kehufuwu */
.sty1 {
    padding-top: 52px;
    padding-bottom: 70px; display: flex;justify-content:space-between;
}
.sty1 li {
    width: 17.86667%;
    padding: 40px 0;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 20px;
    color: #000000;
    color: rgba(0,0,0,0.7);
    font-weight: 900;
    text-align: center;
    transition: all linear 0.3s;
}
.sty1 li:first-child {
    margin-left: 0;
}
.sty1 li:before {
    content: "";
    width: 46px;
    height: 40px;
    display: block;
    margin: 0 auto 22px;
    background-size: 100% !important;
    transition: all linear 0.3s;
}
.sty1 .li1:before { background: url(../img/service2tb1.png) center no-repeat;}
.sty1 .li2:before { background: url(../img/service2tb2.png) center no-repeat;}
.sty1 .li3:before { background: url(../img/service2tb3.png) center no-repeat;}
.sty1 .li4:before { background: url(../img/service2tb4.png) center no-repeat;}
.sty1 .li5:before { background: url(../img/service2tb5.png) center no-repeat;}

.fuwu_t{padding:50px 0 20px 0 }
.fuwu_t p{  font-size: 54px;color:#0f69f0; font-weight: bold;line-height: 70px; position: relative; text-align: center;}
.fuwu_t span{ color:#444444;font-size: 18px;line-height: 50px;text-align: center;display: block;}
.fuwu_con{ display: flex;justify-content: space-between; padding:0 0 60px 0 }
.fuwu_con li{ width:31%;background: #fff;box-shadow: 0 0 35px rgba(0,0,0,0.1);border-top-left-radius: 50px;border-bottom-right-radius: 50px; overflow: hidden;}
.fuwu_con li .fuwu_pic img{ width:100%;display: block;}
.fuwu_con_t{padding:20px 35px; text-align: center;}
.fuwu_con_t strong{ display: block;font-size: 24px;color: #333; margin:0 0 15px 0}
.fuwu_con_t p{  font-size: 16px;color: #666; line-height: 30px;}

.aboutBanTop {
    clear: both;
    overflow: hidden;
    display: block;
    text-align: center;
    padding-top: 9.76042%;
}
.aboutBanTop div {
	position:relative;
	display:inline-block;
	padding:40px 28px 32px 40px;
	z-index:10;
	line-height:1;
	overflow:hidden
}
.aboutBanTop div strong {
	display:inline-block;
	position:relative;
	z-index:3;
	font-size:56px;
	line-height:60px;
	color:#cadbed;
	font-weight:bold;
	background:-webkit-linear-gradient(left,#cadbed,#fff);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-transition:all 2s ease;
	transition:all 2s ease
}
.aboutBanTop div:before,.aboutBanTop div:after {
	content:'';
	display:block;
	position:absolute;
	-webkit-transition:all 0.7s ease .7s;
	transition:all 0.7s ease .7s;
	z-index:1
}
.aboutBanTop div:before {
	width:80px;
	height:80px;
	top:0;
	left:-20px;
	background-color:#37516a;
	background-image:-webkit-linear-gradient(-45deg,#0e5dc3 0%,#0365e2 100%);
	background-image:-o-linear-gradient(-45deg,#0e5dc3 0%,#0365e2 100%);
	background-image:linear-gradient(-45deg,#0e5dc3 0%,#0365e2 100%)
}
.aboutBanTop div:after {
	width:60px;
	height:60px;
	right:-20px;
	bottom:0;
	background-color:#37516a;
	background-image:-webkit-linear-gradient(-45deg,#0e5dc3 0%,#0365e2 100%);
	background-image:-o-linear-gradient(-45deg,#0e5dc3 0%,#0365e2 100%);
	background-image:linear-gradient(-45deg,#0e5dc3 0%,#0365e2 100%)
}
.aboutBanTop div i {
	height:1px;
	position:absolute;
	left:60px;
	top:0;

	width:227px;
	z-index:2;
	background-image:-webkit-linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);
	background-image:-o-linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);
	background-image:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);
	-webkit-transition:all 1s ease 1.4s;
	transition:all 1s ease 1.4s
}
.aboutBanTop p {
	clear:both;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:28px;
	width:86.66667%;
	margin:0 auto;
	position:relative;
	text-align:center;
	-webkit-transition:all 2s ease;
	transition:all 2s ease
}


/* licheng */
.fazhan{ background: url(../images/lichengbg.jpg) no-repeat center top;padding:85px 0;  }
.sw53out {
margin-top: 120px;
}
#sw53 {
height: 328px;
}
#sw53 .swiper-slide {
width: 420px;
}
#sw53 .slideinner {
position: relative;
width: 100%;
height: 100%;
}
.fittuwen3 {
display: block;
padding-left: 44px;
padding-right: 80px;
height: 100%;
color: #fff;
background: url('../images/ll.png') 14px 28px no-repeat;
position: relative;
}
.fittuwen3 i {
position: absolute;
left: 10px;
top: 23px;
z-index: 1;
border-radius: 5px;
width: 9px;
height: 9px;
background-color: #ebc01c;
-webkit-transition: 1s;
transition: 1s;
-webkit-box-shadow: 0 0 0 6px rgba(235, 192, 28, 0.15);
box-shadow: 0 0 0 6px rgba(235, 192, 28, 0.15);;
}
.swiper-slide:hover .fittuwen3 i {
-webkit-transform: scale(1.2) rotateY(360deg);
transform: scale(1.2) rotateY(360deg);
}
.fittuwen3 dt {
font-size: 24px;
line-height: 54px;
height: 54px;
overflow: hidden;
margin-bottom: 24px;color: #555;
}
.fittuwen3 dt em {
font-size: 52px;
font-family: "trump_gothic_east";
font-style: normal;
font-weight: bold;
margin-right: 6px; color: #222;
}
.fittuwen3 .txt {
font-size: 16px;
line-height: 28px;
height: 244px;
overflow: auto;color: #444;
}
.fittuwen3 .txt dd + dd {
margin-top: 18px;
}
.fittuwen3 .txt dd span {
display: block;
}
@media screen and (max-height: 1200px) {
.sw53out {margin-top: 80px;}
}
.wenhuasec {
overflow: hidden;
width: 100%;
position: relative;
height: 760px;
background-color: #fff;
}

@media only screen and (max-width:1800px){ 
	.s_width{width:92%; }
}
@media only screen and (max-width:1750px){ 

}
@media only screen and (max-width:1600px){ 
	.header .logo p strong{font-size:18px;}
	.header .logo img{max-width: 150px;}
	.header .logo_tel img{max-width: 190px;}
	.index_nav li a{font-size:16px;}
	.son .son_pro div p a{font-size:17px;}
	.pro_title_a a{font-size:17px;}
	.pro_title_a a:hover{font-size:18px;}
	.pro_title div{font-size:36px; width: 710px;line-height: 90px;}
	.pro_title div strong img{width:135px}
	.cage3_pic_text .cage3_text strong{font-size:22px;}
	.cage3_pic_text .cage3_pic{width: 59%;}
	.cage3_pic_text .cage3_text{width: 42%;}
	.cage3_pic_text .cage3_text p{font-size:15px;}
	.cage3_pic_text .cage3_text a{font-size:15px;}
	.chanpin_con .pro_text strong{font-size: 19px;}
	.in_title strong{font-size:36px;}
	.in_title strong img{width:135px}
	.about_t strong{font-size:34px;}
	.about_t span{font-size:24px;    line-height: 35px;}
	.about_con_c{-webkit-line-clamp:5;margin: 35px 0;}
	.about_con_c2{-webkit-line-clamp:8;margin: 35px 0;}
	.xinlai_num .jumbo{font-size:45px;}
	.xinlai_num #wrap .xinlai_num_li p{font-size:15px;}
	.hexin .s_width .hexintext strong{font-size:24px;line-height: 45px;}
	.hexin .s_width .hexintext2 strong{font-size:24px;line-height: 45px;}
	.pro_title.shijing div{font-size:36px; width: 460px;}
	#sw11 .swiper-slide .wz strong{font-size:22px;}
	#sw11 .swiper-slide{    width: 640px;}
	.hezuo_t p{font-size:43px;}
	.news_con li .detail a{font-size:20px;}
	.footer .f_fenlei li{width:67%}
	.footer .f_fenlei li:nth-child(2n){width:33%}
	.pro_title p{    font-size: 16px; line-height: 30px;}
	.aboutBanTop div{padding: 30px 28px 26px 40px;}
	.aboutBanTop div strong{font-size: 44px;}
	.aboutBanTop{ padding-top: 9.5%;}
	.se_num .jumbo{ font-size: 33px;}
	.font_44 h2{ font-size: 43px;}
	.pro_title_a2 a{padding: 25px 10px;}
	.pro_title_a .s_width2{width:97%}
	.pro_title_a li .cage_h a{font-size:15px;padding: 5px 10px;}
	.se_product .pro_text strong{font-size: 18px;}
	.case3 .list .item .pro_text2 strong{font-size: 18px;}
	.se_espcms_book3 .s_width{width:96%}
	.se_pro_text_pp h1{ font-size: 30px;}
	.fwtext p{ font-size: 16px;}
	.fwtext{margin-left: 0;}
	.fwtext p span{margin-right:13px;}
	.se_con .info_content_t strong{ font-size: 35px;}
	.container{width:90%}
	.fw_t1 h2{ font-size: 35px;}
	.fw_t1 p{ font-size: 21px;}
	.s_width3{width:90%}
	.index_nav li a{padding:0 14px}
	.se_newslist .se_newslist_t{ font-size: 21px;}
	.se_title_t_a strong{font-size:36px;  }
	.se_title_t_a strong img{width:135px}
	.se_title_t{height: 460px;    margin-top: -230px;}
	.son{padding: 40px 0;}
	.p_jieshao2 p{    line-height: 30px;}
	
}
@media only screen and (max-width:1550px){ 
	.index_nav li a{padding:0 10px}
	.header .logo img{max-width: 110px;}
	.header .logo p strong{    font-size: 17px;}
	.header .logo p span{    font-size: 15px;}
	.header .logo_tel img{    max-width: 125px;}
}
@media only screen and (max-width:1490px){ 
	.index_nav{    width: 58%;}
	.se_wenhua li strong{font-size: 20px;}
	.index_nav li a{padding:0 5px}
}
@media only screen and (max-width:1200px){ 
	.header{display:none;}
	.none{display:block;}
	.block{display:none;}
	.se_banner{margin: 0 0 0 0;}
	.wrapper1{margin: 0 0 0 0;}
	.pro_title_a a{width:50%;padding: 0 0;font-size: 15px;line-height: 36px;}
	.pro_title_a .s_width2{flex-wrap: wrap;    padding: 20px 0;}
	.pro_title div{width:230px;font-size:27px; }
	.pro_title div strong img{width:105px}
	.pro_title div:after{ width: 46px;height: 46px; }
	.pro_title div:before{ width: 46px;height: 46px; }
	.product{    padding: 0 0 0 0;}
	.chanpin_con{    padding: 0 0 0 0;}
	.chanpin_con li{width:48%;    border-radius: 10px; }
	.chanpin_con .pro_text{    padding:5px 5px 5px 5px;background: #fff; text-align: center;}
	.chanpin_con .pro_text strong{font-size:0.8rem;;   }
	.chanpin_con .pro_text p{font-size: 14px;line-height:18px;padding:0 50px 0 0}
	.index_t{flex-direction: column;padding: 0 0 0 65px;align-items: flex-start;}
	.in_title p{font-size:16px; line-height: 28px;}
	.index_t:after{width: 45px}
	.index_t_a{width:122px; background: #0f69f0; line-height: 43px; text-align: center;transition: 0.5s; border-radius: 38px;margin:25px 0 0 0}
	.index_t_a a{font-size:16px}
	.about_con{flex-direction: column; align-items: flex-start;}
	.about_r{width:100%}
	.about_l{width:95%;margin:0 auto;padding:15px 0}
	.about_t strong{ font-size:24px;color: #202020;line-height: 45px;display: block}
	.about_t span{ font-size:18px;color: #464646;line-height: 35px;font-weight: bold; display: block}
	.about_t i{ font-size:34px;color: #222;line-height: 55px;font-weight: bold; display: block;font-style: normal;}
	.about_t:before{width:120px;height:1px;background: rgba(0,0,0,0.2); content: '';position: absolute;right:0;top:35px;}
	.about_con_c{margin: 25px 0;-webkit-line-clamp: 9;}
	.xinlai_num #wrap .xinlai_num_li{width:47%;padding:0 0 0 15px;margin:0 0 8px 0}
	.xinlai_num section{justify-content: center;}
	.xinlai_num #wrap .xinlai_line:nth-child(4){width:0}
	.xinlai_num #wrap .xin_li .xin_li_num{text-align: center;}
	.about{ padding: 42px 0 38px 0; background:#fff  ;}
	.chenggong_t div{width: 322px;}
	.hexin{padding: 42px 0 38px 0; }
	.hexinl{width:95%;display: flex;justify-content: space-between;flex-direction: column;margin:0 0 10px 0}
	.hexina{border-radius: 26px;margin:0 0 10px 0 }
	.hexinb{border-radius: 26px; }
	.hexinr{width:95%;position: relative;border-radius: 26px;  overflow: hidden;box-shadow: 0 0 35px rgb(0 0 0 / 45%);}
	.hexin .s_width{flex-direction: column;}
	.hexin .s_width .hexintext{padding: 0 0 0 0;align-items: center; }
	.hexin .s_width .hexintext strong{font-size:20px; line-height: 35px;}
	.hexin .s_width .hexintext2 p{text-align: center;padding:0 35px}
	.hexin .s_width .hexintext2 strong{font-size:20px; line-height: 35px;}
	.pro_title.shijing div{width: 322px;font-size: 27px;}
	#sw11 .swiper-slide .wz strong{font-size:18px; line-height: 55px;}
	.sw11out .sw-next,.sw11out .sw-prev{width: 42px;height: 42px;}
	#sw11 .swiper-slide .pic{border-radius: 26px; }
	.hezuo_t span{ text-align: center;font-size: 16px;line-height:32px;}
	.hezuo_t p{width: 280px;font-size:33px;}
	.hezuo_t p:after{width:40px;height: 1px;background: #535a63;content: '';position: absolute;left:0;top:34px;}
	.hezuo_t p:before{width:40px;height: 1px;background: #535a63;content: '';position: absolute;right:0;top:34px;}
	.hezuo ul li{width: calc(100%/2 - 10px);}
	.zizhi{   padding:35px 0}
	.hezuo{   padding:35px 0}
	.news_con li{width:100%}
	.news_con li .detail a{    font-size: 16px;-webkit-line-clamp: 2;    line-height:26px;}
	.news_con .news_pic{width:50%}
	.news_con li .detail{width:45%}
	.aboutus_con{flex-direction: column;    padding: 0 0 35px 0;}
	.aboutus_con_r p{font-size:16px;    line-height: 30px;}
	.about_con_c2{font-size:16px;    line-height: 30px;}
	.aboutus_con_r{width:100%;padding:25px 0 0 0}
	.aboutus_con_r span{font-size:27px;    margin: 0 0 25px 0;}
	.font_44 div{font-size:27px;line-height: 30px;}
	.se_banner{height:100vh}
	.aboutBanTop div strong{font-size:33px;}
	.se_num .jumbo{font-size: 22px;}

	.footer2{display: flex;position: fixed;bottom: 0px;    height: 55px;z-index: 99;}
	.zxy-btmswt { padding: 0 0.26667rem; z-index: 50; position: fixed; bottom: 0; width: 100%; max-width: 750px; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);  overflow: hidden; }
	.zxy-btmswt .zxybtm-fl { margin-right: 0.26667rem; background: linear-gradient(0deg, #1865d8, #0f69f0); border-radius: 0.4rem 0.4rem 0px 0px; float: left; width:48%; height:55px;}
	.zxy-btmswt .zxybtm-fl a { display: flex; background: url(../images/solj.png) no-repeat left 15px center; background-size: 15px; padding-left: 1.33333rem; cursor: pointer;height:55px; justify-content:center;align-items: center;flex-direction: column;font-weight: bold; }
	.zxy-btmswt .zxybtm-fl a span { display: block; font-size: 17px; line-height: 1; color: #fff; margin-bottom: 0.13333rem;font-weight: bold;  }
	.zxy-btmswt .zxybtm-fl a strong { display: block; font-size: 0.42667rem; color: #fff; line-height: 1; }
	.zxy-btmswt .zxybtm-fr { background: linear-gradient(0deg, #f72621, #ff7541); border-radius: 0.4rem 0.4rem 0px 0px; float: right; width:48%; height:55px; }
	.zxy-btmswt .zxybtm-fr a { display: flex; background: url(../images/zxy-dh.gif) no-repeat left 10px center; background-size: 25px; padding-left: 32px; cursor: pointer;height:55px; justify-content:center;align-items: center;flex-direction: column; }
	.zxy-btmswt .zxybtm-fr a span { display: block; font-size: 0.34667rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
	.zxy-btmswt .zxybtm-fr a strong { display: block; font-size: 17px; color: #fff; line-height: 1; letter-spacing: -1px; }

	.se_product li{width:49%;border-top-left-radius: 25px;		border-bottom-right-radius: 25px; background-size: 35px;    margin: 0 1% 18px 0;}
	.se_product .pro_text{padding: 15px 10px 25px 15px;}
	.s_width{width:97%}
	.se_product .pro_text strong{font-size: 16px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
	.se_product .pro_text p{font-size: 14px;line-height: 21px;}
	.case3 .list .item .pro_text2 strong{font-size: 16px;}
	.case3 .list .item .pro_text2 p{font-size: 14px;line-height: 21px;}
	.se_product li:nth-child(n){margin: 0 1% 18px 0;}
	.se_pro_pic_text{flex-direction: column;}
	.se_bg_pic{ background: #fff; width:100%;overflow: hidden; }
	.se_bg_pic img{width:100%; display: block}
	.se_pro_text_pp{width:100%;padding:0 3.8% 15px 3.8%; }
	.se_pro_text_pp h1{ font-size: 22px;margin: 0 0 0 0; text-align: center;	}
	.p_jieshao2 p{    padding: 15px 0 25px 0;}
	.se_con .info_content_t{width:95%; margin: 0 auto;}
	.se_con .info_content{width:95%; margin: 0 auto;}
	.se_con .s_width{flex-direction: column;}
	.th_pro_con{padding: 45px 0;margin-bottom: 30px;}
	.se_con .info_content_t strong{font-size: 22px;line-height:28px;}
	.se_con .info_content_t span{font-size: 19px;}
	.info_content{ font-size:16px; line-height:30px; color:#666;}
	#sw12 .swiper-slide .pic{border-radius: 25px;}
	.sw12out .sw-prev {left: 8.5%;}
	.sw12out .sw-next {right: 8.5%;}
	.sw12out{padding: 25px 0 55px 0;}
	.th_pro_con2{padding: 25px 0 25px 0;}
	.fw_list li{width:33%;margin-right:0;}
	.fw_list li h3{font-size: 17px;}
	.fw_list li p{font-size: 14px; line-height: 24px;}
	.container{width:97%}
	.fw_t1 h2{font-size: 26px;line-height: 52px;}
	.fw_t1 p{margin-top: 0;font-size: 16px;}
	.fw_list{    margin: 40px 0 0 0;}
	.fwlc{    padding: 30px 0 30px 0; }
	#sw11 .swiper-slide .wz_news strong{font-size: 16px;}
	.se_newslist li{width:100%;margin:0 0% 45px 0;   overflow:hidden; cursor: pointer;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
	.se_newslist li:nth-child(2n){ margin:0 0 45px 0; }
	.se_newslist a{padding:20px 15px;}
	.page_box2 {padding:15px 0}
	.page_box2 .s_width{font-size: 14px;line-height: 19px}
	.se_espcms_book2 h1{font-size: 22px;line-height: 30px;}
	.th_news_con{text-indent: 0;}
	.th_news_con{    padding: 20px 20px;}
	.info_content img{width:100%}
	.se_title_t{justify-content: center;height:100%;margin-top:0;top:0}
	.se_title_t_a{width:90%;     padding: 95px 0 0 55px;}	
	.se_title_t_a:after{top:130px;width: 35px;}
	.address-phone {		margin:0 0 35px 22px;	}
	.address-phone p{width:80%;font-size: 16px;}
	.se_title_t a{		margin:0 0 0 22px;	}
	.se_title_t .s_width{height: auto;}
	.se_title_t_a p{font-size: 15px;margin: 25px 0 35px 0;}
	.font_44 h2{font-size:25px;}
	.layui-btn{width:135px}
	.pro_title p{padding:0 20px}
	.se_wenhua{padding:25px 0 65px 0;margin-bottom:15px;  }
	.se_wenhua li{width:48%;justify-content: flex-start;padding:15px 0;margin-bottom: 10px;}
	.se_wenhua ul{padding: 15px 0 0 0;}
	.se_wenhua li strong{font-size: 16px;}
	.se_wenhua li p{font-size: 15px;line-height: 26px; text-align: center;padding: 0 15px;}
	.zizhi_dd li{float: left;width:50%;}
	.sty1 li{    font-size: 16px;}
	.fuwu_t p{font-size: 26px;line-height: 52px;}
	.fuwu_t span{font-size:16px;line-height: 26px; padding:0 15px}
	.sty1 { justify-content: space-around; flex-wrap: wrap;	padding-top: 22px;padding-bottom: 30px;}
	.sty1 li { width:48%;    padding: 20px 0; margin:0 0 8px 0}
	.sty1 li:nth-child(5) { width:100%; }
	.fuwu_con{ display: flex;justify-content: space-between;flex-wrap: wrap;width: 90%;}
	.fuwu_con li{ width:100%;margin:0 0 20px 0}
	.fuwu_con_t strong{    font-size: 17px;}
	.fuwu_con_t{    padding: 20px 15px;}
	.aboutBanTop div:before{  width: 60px;  height: 50px;}
	.aboutBanTop div:after{    height: 35px;}
	.se_espcms_book3{margin:0 0 0 0}
	.aboutus_con_l{    width: auto;}
	.productshow_cage5 ul{display: flex;justify-content:space-between; flex-wrap: wrap;padding:15px 0 0 0}
	.productshow_cage5 li{ width:48%;text-align: center;  }
	.productshow_cage5 li a{font-size:15px;line-height: 34px;color: #1e1e1e;  }

}

@media only screen and (max-width:450px){ 
	.aboutBanTop div strong{font-size:27px;line-height: 39px;}
	.aboutBanTop p{font-size:15px;line-height: 22px;}
	.aboutBanTop div{padding: 10px 18px 10px 20px}
	.se_num #wrap .xinlai_num_li p{font-size:15px;line-height: 22px;}
	.se_num #wrap .xinlai_num_li{    padding: 15px 0;}
}